home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.002 / stk-3 / STk-3.1 / Contrib / STk-wtour / lessons / frame3.stk < prev    next >
Encoding:
Text File  |  1995-12-12  |  234 b   |  7 lines

  1. ;; Frames with different options
  2.  
  3. (pack
  4.   [frame '.f1 :relief "ridge" :borderwidth 3 :width 100 :height 30]
  5.   [frame '.f2 :relief "groove" :borderwidth 3 :width 100 :height 30]
  6.   :side "top" :expand #t :fill "both" :padx 20 :pady 20)
  7.